Skip to content

docs: sync agent registry mappings with source code#55

Merged
Takhoffman merged 2 commits intoopenclaw:mainfrom
gandli:docs/agent-registry-consistency
Mar 9, 2026
Merged

docs: sync agent registry mappings with source code#55
Takhoffman merged 2 commits intoopenclaw:mainfrom
gandli:docs/agent-registry-consistency

Conversation

@gandli
Copy link
Contributor

@gandli gandli commented Mar 5, 2026

Summary

The documentation listed incorrect agent commands that were out of sync with the actual registry in src/agent-registry.ts.

Changes

  • claude: add missing -y flag for npx
  • opencode: add missing -y flag and acp subcommand

These flags are important for correctness when npx runs the adapters. The -y flag confirms package installation prompts automatically, and the acp subcommand is required for the OpenCode adapter.

Files Changed

  • AGENTS.md
  • docs/2026-02-17-agent-registry.md
  • docs/CLI.md
  • skills/acpx/SKILL.md

Validation

  • Format check: oxfmt --check passed
  • All documentation now matches the source code in src/agent-registry.ts

OpenClaw Bot and others added 2 commits March 9, 2026 16:02
The documentation listed incorrect agent commands that were out of sync
with the actual registry in src/agent-registry.ts:
- claude: add missing '-y' flag
- opencode: add missing '-y' flag and 'acp' subcommand

These flags are important for correctness when npx runs the adapters.
@Takhoffman Takhoffman force-pushed the docs/agent-registry-consistency branch from 9765455 to b691f9f Compare March 9, 2026 21:37
@Takhoffman Takhoffman merged commit 649e74c into openclaw:main Mar 9, 2026
6 of 7 checks passed
@Takhoffman
Copy link
Contributor

PR #55 - docs: sync agent registry mappings with source code (#55)

Merged after verification.

  • Merge commit: 649e74c
  • Verified: pnpm build; pnpm check (tests passed, coverage threshold failed at repo baseline); pnpm test:macmini not present in this repo
  • Autoland updates:
    M AGENTS.md
    M CHANGELOG.md
    M docs/2026-02-17-agent-registry.md
    M docs/CLI.md
    M skills/acpx/SKILL.md
  • Rationale:
    The documentation listed incorrect agent commands that were out of sync with the actual registry in src/agent-registry.ts.
  • Changelog: CHANGELOG.md updated=true required=true opt_out=false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants